home *** CD-ROM | disk | FTP | other *** search
/ Clickx 47 / Clickx 47.iso / assets / software / quickzip.exe / {app} / QuickZip.exe / 0 / RCDATA / TPROP_SC / TPROP_SC.txt
Encoding:
Text File  |  2007-09-26  |  1.7 KB  |  73 lines

  1. object Prop_sc: TProp_sc
  2.   Left = 926
  3.   Top = 396
  4.   Width = 525
  5.   Height = 343
  6.   Caption = 'Properties'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object SUMHtmlLabel: TQzHtmlLabel2
  18.     Tag = 99
  19.     Left = 0
  20.     Top = 49
  21.     Width = 517
  22.     Height = 219
  23.     Align = alClient
  24.     AutoSize = False
  25.     Html = 
  26.       '<table border=0>'#13#10'<tr><td>Filename:</td><td><dynamic id="filenam' +
  27.       'e"></td></tr>'#13#10'<tr><td>Filetype:</td><td><dynamic id="filetype">' +
  28.       '</td></tr>'#13#10'<tr><td>Path:</td><td><dynamic id="filepath"></td></' +
  29.       'tr>'#13#10'<tr><td>Size:</td><td><dynamic id="filesize"></td></tr>'#13#10'<t' +
  30.       'r><td>Packed Size:</td><td><dynamic id="filepackedsize"></td></t' +
  31.       'r>'#13#10'<tr><td>File Date and Time:</td><td><dynamic id="filedate"><' +
  32.       '/td></tr>'#13#10'<tr><td>CRCe:</td><td><dynamic id="filecrc"></td></tr' +
  33.       '>'#13#10'</table>'
  34.     OnDynamicUpdate = SUMHtmlLabelDynamicUpdate
  35.     AutoHeight = False
  36.   end
  37.   object Panel32: TPanel
  38.     Left = 0
  39.     Top = 0
  40.     Width = 517
  41.     Height = 49
  42.     Align = alTop
  43.     BevelOuter = bvNone
  44.     TabOrder = 0
  45.     object SUMImage: TImage
  46.       Left = 8
  47.       Top = 8
  48.       Width = 33
  49.       Height = 33
  50.       Transparent = True
  51.     end
  52.   end
  53.   object Panel1: TPanel
  54.     Left = 0
  55.     Top = 268
  56.     Width = 517
  57.     Height = 41
  58.     Align = alBottom
  59.     BevelOuter = bvNone
  60.     TabOrder = 1
  61.     object bOk: TButton
  62.       Left = 432
  63.       Top = 8
  64.       Width = 75
  65.       Height = 25
  66.       Caption = 'OK'
  67.       Default = True
  68.       ModalResult = 1
  69.       TabOrder = 0
  70.     end
  71.   end
  72. end
  73.